ostree.git
2011-12-05 Colin Walterscore: Major cleanup to internal import API
2011-12-05 Colin Walterscore: Further unify code for importing from local FS...
2011-12-05 Colin Walterscore: Ensure we initialize checksum in FIFO case too
2011-12-05 Colin Walterscore: Add _from_input variant of checksum API
2011-12-04 Colin Waltersostbuild: ostbuild-user-chroot: New Linux-specific...
2011-12-04 Colin Waltersgnomeos: Make run script transparently update existing...
2011-12-04 Colin Waltersgnomeos: commit-yocto-build.sh: Directly import tar...
2011-12-04 Colin Walterscore: Fix handling of hardlinks for tar commits
2011-12-04 Colin Walterscore: Support for committing from any libarchive-suppor...
2011-12-04 Colin Walterscore: Fix a memory leak in checkout
2011-12-04 Colin Walterscore: Handle NULL xattrs in packfile generation, throw...
2011-12-04 Colin Walterscore: Correctly map S_ISDIR to G_FILE_TYPE_DIRECTORY
2011-12-04 Colin Walterscore: Clean up filename utility API
2011-12-04 Colin Walterscore: Initialize checksums for non-regular files, handl...
2011-12-03 Colin Walterscore: Delete some dead utility code
2011-12-02 Colin Walterscore: New ot_transfer_out_value() macro
2011-12-02 Colin Walterscore: Ensure we clean up leftover directories during...
2011-12-02 Colin Walterscore: Fix packed file creation
2011-12-02 Colin Walterscore: Don't use g_file_delete(), it calls into g_vfs_ge...
2011-12-02 Colin Walterscore: Avoid reading regular file data twice when archiving
2011-12-02 Colin Walterscore: Further unify API to create files
2011-12-02 Colin Walterscore: Use g_io_error_from_errno() to ensure we have...
2011-12-02 Colin Walterscore: Move pack file parsing into core, add ostree_crea...
2011-12-02 Colin Walterscore: Tweak dir metadata importing code for libarchive...
2011-12-02 Colin Walterscore: Modify pack file importer to also optionally...
2011-12-02 Colin Walterscore: Add ot_gfile_create_tmp_symlink()
2011-12-01 Colin Walterscore: Propagate GCancellable a bit from the import...
2011-12-01 Colin Walterscore: Drop some dead code from packfile writing, expose...
2011-12-01 Colin Walterscore: Extract stage_and_checksum() internal API
2011-12-01 Colin Walterscore: Add ot_gfile_create_tmp() to utils, use it
2011-12-01 Colin Waltersrepo: Don't call g_hash_table_destroy on a NULL hash
2011-11-30 Colin Walterscore: Split pull functionality into separate ostree...
2011-11-29 Colin Walterscore: Make libostree.so an installed library
2011-11-29 Colin Waltersostbuild: Relicense under LGPLv2+, tweak artifact gener...
2011-11-29 Colin Walterscore: Use ot_clear_checksum()
2011-11-29 Colin Waltersotutil: New utility functions
2011-11-29 Colin Walterscore: Remove an unused variable
2011-11-29 Colin Walterscore: checksum builtin: Actually quit main loop on...
2011-11-28 Colin Walterscore: Make commit always operate on directory contents...
2011-11-28 Colin Walterscore: Some tweaks to ls output
2011-11-28 Colin Waltersgnomeos: Switch to using pseudo for commits
2011-11-28 Colin Waltersgnomeos: Pull in pseudo into -dev image
2011-11-28 Colin Waltersostbuild: Don't run fakeroot if we are root
2011-11-28 Colin Walterscore: Fix a compiler warning
2011-11-28 Colin Walterscore: Add ls builtin
2011-11-27 Colin Walterscore: Don't default to "master" for show, there is...
2011-11-27 Colin Waltersconfigure: Actually disable soup-gnome if not found
2011-11-27 Colin Waltersgnomeos: include -dev packages too in -dev image
2011-11-27 Colin Walterscore: Add asynchronous checksum API, use it in checksum...
2011-11-27 Colin Waltersgnomeos: Add basic device files in /dev
2011-11-27 Colin Waltersgnomeos: Fetch ostree from file:/// URI
2011-11-27 Colin Waltersostbuild: Split nice/logger program out, merge make...
2011-11-27 Colin Waltersdaemon: Allow running as non-root in test mode
2011-11-25 Colin Waltersgnomeos: Prefix branch names with -yocto to clarify...
2011-11-25 Colin Waltersgnomeos: Add ncurses to base
2011-11-25 Colin Walterscore: Minor code cleanup
2011-11-25 Colin Waltersostbuild: Rename osbuild to ostbuild, clean up old...
2011-11-22 Colin Walterscore: Ad ot_clear_gvariant(), use it
2011-11-22 Colin Waltersgnomeos: Make python actually work, install bash by...
2011-11-22 Colin Walterscore: A bit more daemon work
2011-11-21 Colin Walterscore: Move merge dirs code into gio utils
2011-11-21 Colin Walterscore: Stub out a system daemon
2011-11-21 Colin Waltersgnomeos: Check out both -base and -dev roots
2011-11-21 Colin Waltersostree-init: Also trim trailing newline from arguments
2011-11-21 Colin WaltersTODO: Update
2011-11-19 Colin Waltersgnomeos: Add -x86 tag to builds
2011-11-19 Colin Walterscore: Rework argument parsing
2011-11-19 Colin Waltersgnomeos: local-clone into built image
2011-11-19 Colin Walterscore: Ensure data is properly initialized
2011-11-18 Colin Walterscore: Add local-clone builtin
2011-11-18 Colin Walterscore: Also chown() after unpacking objects
2011-11-18 Colin Walterscore: Switch to GFile* for unpacking and storing objects
2011-11-18 Colin Walterscore: Expose API to get repository tmpdir
2011-11-18 Colin Walterscore: Rework object iteration API to be GFile based...
2011-11-18 Colin Walterscore: Skip an unnecessary unlink() call
2011-11-18 Colin Walterscore: Have single "overwrite" flag instead of ignore_ex...
2011-11-18 Colin Walterscore: Convert public get_object_path() to GFile*
2011-11-18 Colin Walterscore: More cleanup of GIO utility API
2011-11-18 Colin Walterscore: Use ot_gfile_ prefix for new local GFile creation...
2011-11-18 Colin Walterscore: Remove last user of g_file_new()
2011-11-18 Colin Walterscore: Add checksum builtin
2011-11-18 Colin Walterscore: Make checksum API also operate on directories
2011-11-18 Colin Walterscore: CHANGE CHECKSUM ALGORITHM, port checksum API...
2011-11-17 Colin Walterscore: Convert metadata parsing API to GFile
2011-11-17 Colin Walterscore: Use GFile for xattr API
2011-11-17 Colin Waltersgnomeos: Have commit-yocto-build make more assumptions
2011-11-17 Colin Walterscore: Use ot_gfile_get_path_cached() pervasively
2011-11-17 Colin Waltersgnomeos: Refactor build so we can have separate runtime...
2011-11-17 Colin Walterscore: Fix pull to actually download files too
2011-11-17 Colin Walterscore: Should write remote refs in refs/<remote>/<branch>
2011-11-17 Colin Walterscore: Allow resolving e.g. "origin/master" as a rev
2011-11-17 Colin Walterscore: Validate file names read from directory variants
2011-11-17 Colin Walterscore: diff: Correctly handle files changing type
2011-11-17 Colin Walterstests: Fix number of tests
2011-11-17 Colin Walterscore: Flesh out diff a bit more
2011-11-17 Colin Walterscore: Fix a minor memory leak
2011-11-17 Colin Waltersgnomeos: Some tweaks to image content
2011-11-16 Colin Walterscore: Implement diff command
2011-11-16 Colin Waltersgnomeos: Mounts work, far fewer boot errors
2011-11-15 Colin Waltersgnomeos: Import copy of initscripts from Poky edison...
next